AppMaster.cs
Code Type: C# Class
Uses Classes: CPatient, CUser


Lines of Code: 225

public class AppMaster

	Application Master class, contains BaseMaster and othr public properties/methods used throughout the application 

public AppMaster()

	Default constructor 

public bool HasUserRight(long ur, long urs)

	check a user right 

public bool HasUserRight(long ur)

	does the user have a specific user right 

public void SetBaseMaster(BaseMaster basemstr)

	set the base master 

public long UserType

	get the user type 

public bool PatientHasOpenCase

	does the patient have a reason for referral 

public bool InitialEncounter()

	Does the patient have an initial encounter 

public long UserRights

	get user rights 

public long UserReadOnly

	get read-only mode for the user rights 

public string UserDMISID

	get the users dmis 

public string UserProviderID

	get the users provider id 

public long PasswordExpires

	get the user type 

public bool LoadUserDetails()

	load the users details after they login 

public bool TIU

	Is support for TIU turned on? 

	

